home *** CD-ROM | disk | FTP | other *** search
/ Home of Orchestra World / Home of Orchestra World.iso / orch.dir / 00028_Script_28 < prev    next >
Text File  |  1980-01-05  |  1KB  |  43 lines

  1.  
  2. on enterFrame
  3.   puppetSprite 6,TRUE
  4.   puppetSprite 7,TRUE
  5.   puppetSprite 8,TRUE
  6.   puppetSprite 9,TRUE
  7.   
  8.   
  9.   set the immediate of sprite 6 to TRUE
  10.   set the immediate of sprite 7 to TRUE
  11.   set the immediate of sprite 8 to TRUE
  12.   set the immediate of sprite 9 to TRUE
  13.   
  14.   
  15.   
  16.   if rollover(6) = TRUE then
  17.     set the castNum of sprite 16 to 45
  18.   else
  19.     set the castNum of sprite 16 to 46
  20.   end if
  21.   
  22.   if rollover(7) = TRUE then
  23.     set the castNum of sprite 17 to the number of cast "instru.txt"
  24.   else
  25.     set the castNum of sprite 17 to the number of cast  "blank2.pct"
  26.   end if
  27.   
  28.   
  29.   if rollover(8) = TRUE then
  30.     set the castNum of sprite 18 to the number of cast "slide.txt"
  31.   else
  32.     set the castNum of sprite 18 to the number of cast "blank3.pct" 
  33.   end if
  34.   
  35.   
  36.   if rollover(8) = TRUE then
  37.     set the castNum of sprite 18 to the number of cast "slide.txt"
  38.   else
  39.     set the castNum of sprite 18 to the number of cast "blank3.pct" 
  40.   end if
  41. endon exitFrame
  42.   
  43. end